GoXam for WPF v3
IsNodeData Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : IsNodeData Method
the NodeType object to be checked to see if it is a known node data in this model
This predicate is true if the argument is a node data in this model.
Syntax
public bool IsNodeData( 
   NodeType nodedata
)

Parameters

nodedata
the NodeType object to be checked to see if it is a known node data in this model

Return Value

true if the nodedata is in the NodesSource
Remarks

This is used for model navigation.

This uses a hash table lookup.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members